From: Stephane Glondu Date: Mon, 4 Nov 2019 09:42:36 +0000 (+0100) Subject: Disable failing tests on hurd X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~2^2~14 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=7564e7945aa46e775bb0dd5a333d9bb2ed6799aa;p=ocaml.git Disable failing tests on hurd --- diff --git a/debian/rules b/debian/rules index ca2d610a..6a0fa802 100755 --- a/debian/rules +++ b/debian/rules @@ -275,6 +275,12 @@ ifneq (,$(findstring kfreebsd,$(DEB_BUILD_ARCH))) rm -f testsuite/tests/lib-systhreads/testpreempt.ml endif endif +ifneq (,$(findstring hurd,$(DEB_BUILD_ARCH))) + sed -i /beat.ml/d testsuite/tests/lib-threads/ocamltests + rm -f testsuite/tests/lib-threads/beat.ml + sed -i /threadsigmask.ml/d testsuite/tests/lib-systhreads/ocamltests + rm -f testsuite/tests/lib-systhreads/threadsigmask.ml +endif ifeq (,$(DEB_TEST_BUILD_PREFIX)) cd testsuite && make all endif